home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
williame.swf
/
scripts
/
frame_2
/
PlaceObject2_68_127
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
237 b
|
17 lines
onClipEvent(enterFrame){
if(Key.isDown(87))
{
tellTarget("_root.ship")
{
gotoAndPlay(2);
}
}
else
{
tellTarget("_root.ship")
{
gotoAndPlay(1);
}
}
}